Welcome![Sign In][Sign Up]
Location:
Search - draw line algorithm

Search list

[Windows DevelopDrawGraph

Description: 计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
Platform: | Size: 89088 | Author: 小分 | Hits:

[Windows DevelopBresenham_Middle_line

Description: 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-This is a arithmetic of Bresenham_Middle_line.It draw line and ellipse acrossed Bresenham.
Platform: | Size: 51200 | Author: 沈征华 | Hits:

[Embeded-SCM Developline

Description: 嵌入式系统中,从任意一点到任意一点画直线算法程序-Embedded systems, from any point to any point draw a straight line algorithm procedure
Platform: | Size: 2048 | Author: ming | Hits:

[Graph DrawingDrawLine

Description: 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线-With bresenham, dda, midpoint algorithm painting of three straight, the mouse can check on the screen straight stipple
Platform: | Size: 18432 | Author: 刘提 | Hits:

[Dialog_Windowdraw

Description: 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing function draw a straight line: DDA algorithm improved the mid-point Bresenham algorithm Bresenham algorithm drawcircle: the mid-point Bresenham algorithm for drawing elliptical: the mid-point Bresenham algorithm
Platform: | Size: 1991680 | Author: | Hits:

[Graph DrawingDraw

Description: 本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。-The integrated design of experiments is used C language in the MFC environment realize a drawing program. Procedures constituted mainly by two categories, namely, to respond to the menu and realize realize mapping and graphics processing functions. In the mapping category, there are computer graphics in a variety of textbooks and graphics related to the concrete realization of the algorithm, such as the DDA line drawing algorithm, the midpoint circle algorithm, the seed fill algorithm, translation, rotation, scaling and so on.
Platform: | Size: 3769344 | Author: xiaoqzh | Hits:

[Special Effectsdraw

Description: 计算机图形学多边形绘制与填充采用扫描线算法-Computer graphics rendering and filled polygon using scan line algorithm
Platform: | Size: 2154496 | Author: waxush | Hits:

[Graph Drawingdrawline

Description: 程序运行Bresenham的直线算法,所用坐标系为笛卡尔直角坐标系, 起始状态:用户输入所画线段的起点和终点坐标(要求起点横坐标小于终点横坐标) 结束状态:程序打印出所画线段-Bresenham run a straight line algorithm, used for the Cartesian coordinates Cartesian coordinate system, the initial state: the user to enter the painting of the start and finish line coordinates (request less than the end of the starting point of abscissa abscissa) end status: print out the painting process segment
Platform: | Size: 3072 | Author: | Hits:

[OpenGL programCohen-Sutherland

Description: 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw line segments start and end coordinates of the end of state: The procedure to print out after cutting the line segment
Platform: | Size: 4096 | Author: | Hits:

[Graph Drawingmmdraw

Description: matlab图像处理:使用鼠标画一条线并设定属性的算法代码-matlab image processing: Using the mouse draw a line and set the attributes algorithm code
Platform: | Size: 1024 | Author: 小伟 | Hits:

[Special Effectsroughdraw

Description: 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm. Can draw the corresponding diagram lines.
Platform: | Size: 4096 | Author: 李岩 | Hits:

[Graph programDDA_Line

Description: 使用MATLAB 6.5开发,DDA算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
Platform: | Size: 1024 | Author: 流星 | Hits:

[Graph programline

Description: 利用DDA算法进行画线,确定两点通过DDA算法绘制直线-Draw a line using DDA algorithm to determine the two points a straight line drawn through the DDA algorithm
Platform: | Size: 1024 | Author: 刘嘉文 | Hits:

[Special EffectsGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Platform: | Size: 15465472 | Author: Peng | Hits:

[JSP/JavaBresenham

Description: 通过图形学中的Bresenham画线算法的原理,可以实现通过Bresenham的思想进行画线。-Through the graphics, Bresenham draw line algorithm, can realize the principle of Bresenham s thoughts by drawing a line.
Platform: | Size: 1024 | Author: haoqiu | Hits:

[Mathimatics-Numerical algorithmsDraw-Line-Algorithm-in-MFC

Description: 直线生成算法的几种很经典的算法,在MFC中实现的-Linear Algorithm for several classic algorithms, implemented in the MFC
Platform: | Size: 459776 | Author: ding | Hits:

[Mathimatics-Numerical algorithmsBresenham-line-algorithm

Description: 直线中点Bresenham 算法,输入起点坐标和终点坐标,即可画出直线-Mid-point of Bresenham line algorithm, the input point coordinates and end coordinates, then draw a straight line
Platform: | Size: 2322432 | Author: 徐新 | Hits:

[Graph DrawingDraw

Description: java 仿windows 画图 中点画圆算法,中点画线算法,边界剪裁,多边形平移-java midpoint circle drawing algorithm imitation windows, the dotted line algorithm, the boundary cut, polygon translation
Platform: | Size: 28672 | Author: orange_wang | Hits:

[Special Effects3-vc-draw-line

Description: 画线的三个算法,DDA(数值微分)法,中点画圆算法:-Three line drawing algorithms, DDA (numerical differentiation) method, the midpoint circle algorithm:
Platform: | Size: 5120 | Author: dang | Hits:

[Other systemsdraw-line

Description: 规则网格三角网划分后搜索等值线,算法标注比较清晰,可以作为参考。-Search after regular grid triangulation division contours, clearer labeling algorithm can be used as a reference.
Platform: | Size: 10240 | Author: dzj | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net